Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistyping #2

Open
phongvants123 opened this issue Apr 1, 2021 · 1 comment
Open

Mistyping #2

phongvants123 opened this issue Apr 1, 2021 · 1 comment
Assignees

Comments

@phongvants123
Copy link

xpath='/CHandlingDataMgr/HandlingData/Item[@type="CHandlingData"]/handlingName[.="BUFFALO"]/../fMass'>

It should be

xpath="/CHandlingDataMgr/HandlingData/Item[@type="CHandlingData"]/handlingName[.="BUFFALO"]/../fMass">

With Double quotation marks "", not Single ''

@phongvants123
Copy link
Author

phongvants123 commented Jun 15, 2021

<xml path="common\data\handling.meta">
	<replace xpath='/CHandlingDataMgr/HandlingData/Item[@type="CHandlingData"]/handlingName[.="BUFFALO"]/../fMass'>
		<fMass value="999999.000"/>
	</replace>
</xml>

should be

<xml path="common\data\handling.meta">
	<replace xpath="/CHandlingDataMgr/HandlingData/Item[@type='CHandlingData']/handlingName[.='BUFFALO']/../fMass">
		<fMass value="999999.000"/>
	</replace>
</xml>

i changed the quotation marks to apostrophes .and it worked perfectly

@GooD-NTS GooD-NTS self-assigned this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants