Using xmlns:xtt want to see delimited output in Debugger
Questions about XML that are not covered by the other forums should go here.
-
- Posts: 4
- Joined: Thu Aug 29, 2019 10:46 pm
Using xmlns:xtt want to see delimited output in Debugger
I'm working with an xsl document in the Oxygen debugger.
The xsl code takes an xml file as input and converts the output to a pipe delimited text file. But, due to the way the xsl code is written I'm seeing the data with the tags still attached in the Output window of the debugger.
In the output pane of the debugger I want to see the actual pipe delimited text stream come across like so:
Harry|Truman
I'm relatively new to xsl; but I do remember a developer showing me a change I had to make in one of the lines of code below.
I believe I had to set a path to something more generic. I'm pretty sure I need to replace this line with something else:
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wd="urn:com.workday.report/RPT_INT0005_Drupal_Hub_Terminations_Outbound"
Any insights to solving this would be appreciated.
Thank you,
Vin
The xsl code takes an xml file as input and converts the output to a pipe delimited text file. But, due to the way the xsl code is written I'm seeing the data with the tags still attached in the Output window of the debugger.
Code: Select all
<ID/>
<WID>B00006944</WID>
<FIRST_NAME>Harry</FIRST_NAME>
<Last_Name>Truman</Last_Name
Harry|Truman
I'm relatively new to xsl; but I do remember a developer showing me a change I had to make in one of the lines of code below.
I believe I had to set a path to something more generic. I'm pretty sure I need to replace this line with something else:
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wd="urn:com.workday.report/RPT_INT0005_Drupal_Hub_Terminations_Outbound"
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet exclude-result-prefixes="xsl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wd="urn:com.workday.report/RPT_INT0005_Drupal_Hub_Terminations_Outbound"
xmlns:xtt="urn:com.workday/xtt">
<xsl:output method="xml" indent="yes"/>
<xsl:variable name="linefeed" select="'
'"></xsl:variable>
<xsl:template match="/">
<xsl:value-of select="$linefeed"/>
<File xtt:separator="
">
Any insights to solving this would be appreciated.
Thank you,
Vin
-
- Posts: 388
- Joined: Thu Jul 01, 2004 12:29 pm
Re: Using xmlns:xtt want to see delimited output in Debugger
Hello,
Unfortunately I don't understand the problem from the examples that you send.
Maybe you send us more complete examples. You can use this form: https://www.oxygenxml.com/techSupport.html
Also, being an XSLT related question maybe is better to post it on the XSLT list "xsl-list@lists.mulberrytech.com". There are more technical people that can respond to your questions.
Best Regards,
Octavian
Unfortunately I don't understand the problem from the examples that you send.
Maybe you send us more complete examples. You can use this form: https://www.oxygenxml.com/techSupport.html
Also, being an XSLT related question maybe is better to post it on the XSLT list "xsl-list@lists.mulberrytech.com". There are more technical people that can respond to your questions.
Best Regards,
Octavian
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “General XML Questions”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service